WPS Office.apk(点击下载) / hdt.java


package defpackage;

import cn.wps.moffice.define.VersionManager;

/* renamed from: hdt  reason: default package */
public final class hdt {
    public static final String hZX = (VersionManager.aYQ() ? "https://moapi.wps.cn/v1/push_center/" : "https://movip.wps.com/v1/push_center/abroad/");
    public static final String hZY = (hZX + "report");
    public static final String hZZ = (hZX + "counter/cfg");
    public static final String iaa = (hZX + "counter/report");

    /* renamed from: hdt$a */
    public enum a {
        ad_action_browser,
        ad_action_webview,
        ad_action_intent,
        ad_action_doc,
        ad_action_tb_sdk,
        ad_action_jd_sdk,
        ad_action_native_intent;

        public static boolean sr(String str) {
            for (a aVar : values()) {
                if (aVar.name().equals(str)) {
                    return true;
                }
            }
            return false;
        }
    }
}